simetrix.ElementType¶
- class simetrix.ElementType(*values)¶
Bases:
EnumType of Schematic
ElementAttributes
Instance, that is a schematic element that instantiates a symbol.
Wire.
Annotation object such as a caption or arrow marker
These are used internally but are not accessible externally.
Object does not exist
The Schematic referenced by the Element does not exist.
Unknown object.
- ANNOTATION = 2¶
Annotation object such as a caption or arrow marker
- INSTANCE = 0¶
Instance, that is a schematic element that instantiates a symbol.
- JUNCTION_MARKER = 3¶
These are used internally but are not accessible externally.
- NO_OBJECT = 4¶
Object does not exist
- NO_SCHEMATIC = 5¶
The Schematic referenced by the Element does not exist.
- UNKNOWN = 6¶
Unknown object.
- WIRE = 1¶
Wire.